home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / util3 / util1.arc / 123COLOR.DOC < prev    next >
Encoding:
Text File  |  1988-10-27  |  1.8 KB  |  46 lines

  1.                         COLORS IN LOTUS 123 / SYMPHONY
  2.  
  3.          PC-MAGAZINE               BILL VERA          VOL 5  NUMBER 8
  4.  
  5.  
  6.          The  key to changing the dull color combination of Lotus 123 
  7.          V2.0 & 2.01 as well as Symphony V1.1 and 1.2 is to patch the 
  8.          driver set for different color combinations.  
  9.  
  10.          NOTE  - Make  a  copy  of your original  driver  set  before 
  11.          attempting this patch!!!!!!
  12.  
  13.          With  Lotus the file to patch is 123.SET and  with  Symphony 
  14.          the file is LOTUS.SET.   We are looking for this combination 
  15.          of HEX bytes: 07 30 0A 3F
  16.  
  17.          To do this follow these steps:
  18.  
  19.          DEBUG 123.SET
  20.          S  100,AAAA  07 30 0A 3F  ;  One  or  two addresses will  be 
  21.                                       returned.   With 123 V2.01 they 
  22.                                       will be:
  23.          XXXX:2F11
  24.          XXXX:3F7E
  25.  
  26.          Then you just (E)dit the locations and change as needed.
  27.  
  28.          07 is the TEXT COLOR 
  29.          30 is the CURSOR and BORDER COLOR
  30.          0A is the HELP SUBJECTS COLOR
  31.          3F is the HELP CURSOR COLOR
  32.  
  33.          0 = BLACK                 8 = GREY
  34.          1 = BLUE                  9 = DARK BLUE
  35.          2 = GREEN                 A = BRIGHT GREEN
  36.          3 = CYAN                  B = BRIGHT BLUE
  37.          4 = RED                   C = BRIGHT RED
  38.          5 = MAGENTA               D = BRIGHT MAGENTA
  39.          6 = BROWN                 E = YELLOW
  40.          7 = WHITE                 F = BRIGHT WHITE
  41.  
  42.          Play  around  with these combinations to find one  that  you 
  43.          like.   Some  combinations will produce blinking  characters 
  44.          and  other  bizarre behavior.   Just remember  to  copy  the 
  45.          original .SET program before trying this.
  46.